GtkListBox: Listen for adjustment changes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jul 2015 02:08:36 +0000 (22:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jul 2015 02:08:36 +0000 (22:08 -0400)
commit52c4955d211483857cd8a89f7aea28d0183bc19b
tree3fdf3e19668b30428c2e8b83d654af1350f4c23a
parent55652b6b09a25ba2f3d6a052e45326b5b8b7f91d
GtkListBox: Listen for adjustment changes

We automatically pick up an adjustment from our parent
scrollable, but we failed to update it when it changes.
This is happening in the places sidebar, and it was causing
the focus-tracking to fail there, letting the focus move
out of view. With this change, the focus remains visible.
gtk/gtklistbox.c